home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / othergnu / gdbm15.zoo / conv2gdb.1 < prev    next >
Encoding:
Text File  |  1992-09-24  |  939 b   |  24 lines

  1.  
  2. NAME
  3.     conv2gdbm - convert from dbm to gdbm database format
  4.  
  5. SYNOPSIS
  6.     conv2gdbm [ -q ] [ -b block_size ] dbm_file [ gdbm_file ]
  7.  
  8. DESCRIPTION
  9.     The program conv2gdbm has been provided to help you convert from
  10.     dbm(3x) databases to gdbm(3).
  11.  
  12.     The optional  block_size  is  the  same  as in gdbm_open().  The
  13.     dbm_file is the name of the dbm file  without  the  pag  or  dir
  14.     extensions.   The  optional gdbm_file is the complete file name.
  15.     If not included, the gdbm file name is the same as the dbm  file
  16.     name without  any  extensions.    That  is ``conv2gdbm dbmfile''
  17.     converts the files ``dbmfile.pag'' and  ``dbmfile.dir''  into  a
  18.     gdbm file called ``dbmfile''.  The -q option causes conv2gdbm to
  19.     work quietly.
  20.  
  21. SEE ALSO
  22.     dbm(3x), ndbm(3), gdbm(3)
  23.  
  24.